'Declaration Public Overloads Function Insert( _ ByVal cellsValue() As System.Nullable(Of Integer), _ ByVal location As InsertLocation _ ) As OMathMatrixRow
public OMathMatrixRow Insert( System.Nullable<int>[] cellsValue, InsertLocation location )
Parameters
- cellsValue
- The row cells value array.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathMatrixRow.